Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / ReadOnlyStructList<T> Class
Properties Methods

In This Topic
    ReadOnlyStructList<T> Class Members
    In This Topic

    The following tables list the members exposed by ReadOnlyStructList<T>.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ReadOnlyStructList<T> class from a given instance of StructList<T>.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets the number of elements actually contained in the ReadOnlyStructList<T>.  
    Public PropertyGets a reference to the struct at the specified index.  
    Public PropertyGets an object that can be used to synchronize access to the ReadOnlyStructList<T>.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Searches a range of elements in the sorted ReadOnlyStructList<T> for an element using the specified GrapeCity.Documents.Common.StructComparison`1 and returns the zero-based index of the element.  
    Public MethodConverts the elements in the current ReadOnlyStructList<T> to another type, and returns a list containing the converted elements.  
    Public MethodOverloaded. Copies the entire ReadOnlyStructList<T> to a compatible one-dimensional array, starting at the specified index of the target array.  
    Public MethodGets the number of elements in the ReadOnlyStructList<T> that match the conditions defined by the specified predicate.  
    Public MethodDetermines whether the ReadOnlyStructList<T> contains elements that match the conditions defined by the specified predicate.  
    Public MethodRetrieves all the elements that match the conditions defined by the specified predicate.  
    Public MethodOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire ReadOnlyStructList<T>.  
    Public MethodOverloaded. Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire ReadOnlyStructList<T>.  
    Public MethodPerforms the specified action on each element of the ReadOnlyStructList<T>.  
    Public MethodCreates a shallow copy of a range of elements in the source ReadOnlyStructList<T>.  
    Public MethodCopies the elements of the ReadOnlyStructList<T> to a new array.  
    Public MethodDetermines whether every element in the ReadOnlyStructList<T> matches the conditions defined by the specified predicate.  
    Top
    See Also